home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Shareware Super Platinum 8
/
Shareware Super Platinum 8.iso
/
mac
/
PROGTOOL
/
FPCLIB36.ZIP;1
/
FPCLIB36.ZIP
/
LIBBCC
/
MAKEFILE
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1993-03-26
|
434 b
|
15 lines
drive=c:\pl\bc31
options=-v -vi
linkdebug=/m /v
compiler=bcc -c -Od -d -ml
libs=tlib
test.exe : test.obj
tlink $(linkdebug) $(drive)\lib\c0l test, \
test.exe, \
test, \
fpclib fpcwin $(drive)\lib\cl
test.obj : test.c
$(compiler) $(options) test.c